dsh-conversation-minimap:为 DSH Web 长对话提供提示词导航轨

dsh-conversation-minimap 是一款由 Braidy-Wu 维护的 DSH Web GUI 客户端插件,旨在解决长对话中用户提示词难以快速定位的问题。该插件通过“提示词级对话迷你地图”功能,将每个用户提示词映射为左侧导航轨上的锚点胶囊,实现类似桌面聊天软件的会话导航体验。 核心功能包括:悬停锚点预览完整提示词,点击后平滑滚动并高亮对应消息;视觉采用鱼眼放大效果及边缘渐隐设计;技术层面基于官方 API 拉取历史,纯原生 JS 实现,无外部依赖且具备异常保护机制,确保插件故障不影响主界面。 安装简单,支持通过命令行添加插件名或 GitHub 仓库地址,重启 `dsh web`

Read More
dsh-ui-outline:为 dsh web 增加轮次导航轨道

`dsh-ui-outline` 是专为 `dsh web` 开发的社区轮次导航插件,旨在解决长对话中快速定位 Prompt 和 Response 的难题。该插件由 iluluyu 维护(MIT 协议,v0.0.2),采用官方 TurnNavigator 设计语言,提供侧边导航栏,支持点击吸附至最近轮次、拖动浏览以及显示每轮内容的预览卡片。用户可配置侧边位置、预览材质(如毛玻璃)及刻度布局,设置持久化于宿主设置文档,支持中英文并跟随系统语言。安装需 DSH 版本不低于 0.1.0-rc.7,可通过 npm 或 GitHub 命令行添加,安装后需重启服务并刷新页面。插件以进程权限运行,依赖 Re

Read More
dsh-conversation-outline: Add a right-side navigation bar for long DSH Web conversations

`dsh-conversation-outline` is a MIT-licensed client-side plugin for the DeepSeek Harness (DSH) web interface, designed to solve the problem of quickly locating historical issues in long conversations. It provides a navigation bar on the right edge, displaying all questions in chronological order as vertical bars. Core features include: hover previews showing the beginning words, turn badges, and timestamps of questions; clicking a vertical bar switches to the Chat view and scrolls to the corresponding message, accompanied by a flashing prompt for easy identification; case-insensitive question search and paginated loading of historical conversations; and real-time tracking, where new questions appear instantly. The plugin supports bilingual Chinese and English, runs with zero dependencies, requires no additional network calls or telemetry, and can be installed via GitHub, npm (if published), or local source code, with Node.js as a requirement.

Read More
dsh-chat-timeline: Bringing DeepSeek's Official Right-Side Conversation Navigation Bar into DSH Web

dsh-chat-timeline is maintained by jjxjjjjiik-bot, porting the ScrollNav conversation navigation track from the right side of chat.deepseek.com to the DeepSeek Harness Web interface. The plugin persistently displays a user message indicator line on the right side of the chat, supporting hover expansion, ★ key bookmarking and filtering, light/dark themes, smooth scrolling, and on-demand loading via loadOlder. It integrates with dsh-rewind to automatically exclude recalled messages. Recommended installation: `dsh plugin --profile web add dsh-chat-timeline`, effective after restarting dsh web. MIT License, Node >= 22.

Read More
dsh-navbar: Dialog Node Navigation Bar, Quick Jump to Right-Edge User Messages

vlln/dsh-navbar is an official DSH bundle client plugin that renders a node navigation bar on the right edge of each user message in the conversation page: hover to preview, click to jump, and highlight based on reading position. It supports scroll wheel switching, a sliding window when exceeding 11 nodes, loading earlier history, and pinning assistant replies. It has zero data-channel dependencies and is based solely on official anchor attributes. Installation: run `dsh plugin --profile web add "github:vlln/dsh-navbar#main"` and restart the web interface for it to take effect. Licensed under MIT, current version is 0.4.0.

Read More
Quick Jump to User Messages in DeepSeek Harness Chat Area with dsh-navbar

### 版本1(正式技术文档风格,适配开源插件场景) DSH-Navbar is an interface enhancement plugin for DeepSeek Harness maintained by vlln. It displays indexed rendered user messages as a node chain on the right edge of the web conversation area: supporting hover preview, click-to-jump, scroll wheel switching, and allowing key replies to be pinned as golden nodes. This article explains its positioning, installation commands, usage and permission boundaries based on community directories and GitHub source code descriptions. ### 版本2(更贴合直译自然表达) dsh-navbar is an interface enhancement plugin for DeepSeek Harness maintained by vlln. It places a node chain on the right edge of the web conversation area to index already rendered user messages: users can preview messages by hovering, jump to them by clicking, switch between them with the mouse wheel, and pin key replies as golden nodes. This article introduces its positioning, installation commands, usage and permission boundaries based on community directories and GitHub source code explanations.

Read More